docs(drone): fix dead pre-built RosettaDrone APK link#2546
Open
Danny024 wants to merge 1 commit into
Open
Conversation
Contributor
The maintained RosettaDrone/rosettadrone repo has no GitHub releases, so the linked pre-built APK 404s. Point Option 1 at the only pre-built APK that exists (diux-dev v0.5, 2018) with a legacy-SDK warning, and steer users to build-from-source for a current build.
4af0213 to
6b80313
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The drone README's "Pre-built APK" step links to
RosettaDrone/rosettadrone/releases, but that repo has no GitHub releases — the link 404s and there is no official pre-built APK to download there.This updates Option 1: Pre-built APK to:
diux-devv0.5 (2018) — with a clear warning that it targets a legacy DJI Mobile SDK and may not register with current DJI accounts/firmware.Docs-only; no other sections changed.